runtime.tracestat.bytes (field)

4 uses

	runtime (current package)
		malloc.go#L1193: 			inittrace.bytes += uint64(size)
		proc.go#L6184: 	bytes  uint64 // heap allocated bytes
		proc.go#L6237: 			print(string(itoa(sbuf[:], after.bytes-before.bytes)), " bytes, ")